home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / ppl4c.exe / FILEXFER._T_ < prev    next >
Text File  |  1992-08-16  |  339b  |  12 lines

  1. #
  2. # Turbo C makefile for FILEXFER.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -c $<
  6.  
  7. filexfer.exe: filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
  8.      tcc -ms -M filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
  9.  
  10. filexfer.obj: filexfer.c pcl4c.h ppl4c.h filexfer.h
  11.  
  12.